JsonValueBoolean constructor

JsonValueBoolean(
  1. {required bool value,
  2. int? extra,
  3. int? clientId}
)

Represents a boolean JSON value

Implementation

JsonValueBoolean