fromJson static method

RaidWeekday? fromJson(
  1. dynamic value
)

Implementation

static RaidWeekday? fromJson(dynamic value) =>
    RaidWeekdayTypeTransformer().decode(value);