LengthTrait.fromJson constructor

LengthTrait.fromJson(
  1. Object? json
)

Implementation

factory LengthTrait.fromJson(Object? json) =>
    _$LengthTraitFromJson((json as Map).cast<String, Object?>());