JsonValueObject constructor
const
JsonValueObject({
- required List<
JsonObjectMember> members, - dynamic extra,
- int? clientId,
Represents a JSON object
Implementation
const JsonValueObject({
required this.members,
this.extra,
this.clientId,
});