CityCptec constructor

CityCptec({
  1. String? name,
  2. String? state,
  3. int? id,
  4. Map<String, dynamic>? errors,
})

Informações disponíveis.

Implementation

CityCptec({
  this.name,
  this.state,
  this.id,
  this.errors,
});