ServerInfoContact constructor

  1. @jsonSerializable
const ServerInfoContact({
  1. String? email,
})

Implementation

@jsonSerializable
const factory ServerInfoContact({
  String? email,
}) = _ServerInfoContact;