LineItemType.fromJson constructor
LineItemType.fromJson(
- Object? json
Implementation
LineItemType.fromJson(Object? json) : _ = (json as String);
LineItemType.fromJson(Object? json) : _ = (json as String);