Meta constructor

Meta({
  1. String? addressId,
  2. String? addressDescription,
  3. String? latitude,
  4. String? longitude,
})

Implementation

Meta(
    {this.addressId, this.addressDescription, this.latitude, this.longitude});