getFlipRawRequestFromJson function

GetFlipRawRequest? getFlipRawRequestFromJson(
  1. String? str
)

Implementation

GetFlipRawRequest getFlipRawRequestFromJson(String str) =>
    GetFlipRawRequest.fromJson(json.decode(str));