toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (httpEndpoint.isNotDefault) 'httpEndpoint': httpEndpoint,
  if (collectionName.isNotDefault) 'collectionName': collectionName,
};