Address constructor

const Address({
  1. String? address,
})

Implementation

const factory Address({
  String? address,
}) = _Address;