SectionTime.fromRawJson constructor

SectionTime.fromRawJson(
  1. String str
)

Implementation

factory SectionTime.fromRawJson(String str) => SectionTime.fromJson(
      json.decode(str) as Map<String, dynamic>,
    );