StateListResponse constructor

StateListResponse(
  1. {String? countryId,
  2. String? id,
  3. String? name}
)

Implementation

StateListResponse({this.countryId, this.id, this.name});