getFlipRawRequestToJson function

String? getFlipRawRequestToJson(
  1. GetFlipRawRequest? data
)

Implementation

String getFlipRawRequestToJson(GetFlipRawRequest data) =>
    json.encode(data.toJson());