LegalInfo constructor

  1. @JsonSerializable(includeIfNull: false)
const LegalInfo({
  1. String? pan,
  2. String? gst,
  3. String? cin,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory LegalInfo({
  String? pan,
  String? gst,
  String? cin,
}) = _LegalInfo;