maximumSpecifiableLevelFromJson function

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

Implementation

MaximumSpecifiableLevel? maximumSpecifiableLevelFromJson(
        Map<String, dynamic>? json) =>
    MaximumSpecifiableLevel.fromJson(json);