fromValue static method

DateTimeFormat fromValue(
  1. dynamic jsonValue
)
override

Implementation

static DateTimeFormat fromValue(jsonValue) =>
    JsonizableEnum.fromValue(DateTimeFormat.values, jsonValue);