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