halfdayResultFromJson function

HalfdayResult halfdayResultFromJson(
  1. String str
)

Implementation

HalfdayResult halfdayResultFromJson(String str) =>
    HalfdayResult.fromJson(json.decode(str));