toJson method

Map<String, dynamic> toJson()

Converts the InitializeCustomerResponse object to a JSON map.

This method is typically used internally by the json_serializable package.

Implementation

Map<String, dynamic> toJson() => _$InitializeCustomerResponseToJson(this);