Attributes constructor
Attributes(
- AttributesType _type,
- String? _json
Implementation
Attributes(this._type, this._json)
: assert((_type == AttributesType.NULL) ||
(_type != AttributesType.NULL && _json != null));