flipsFromJson function

Flips flipsFromJson(
  1. String str
)

Implementation

Flips flipsFromJson(String str) => Flips.fromJson(json.decode(str));