fromJson static method

MaximumSpecifiableLevel? fromJson(
  1. Map<String, dynamic>? json
)

Implementation

static MaximumSpecifiableLevel? fromJson(Map<String, dynamic>? json) =>
    json != null ? _$MaximumSpecifiableLevelFromJson(json) : null;