GJSONObject constructor
GJSONObject([
- String? value
Implementation
factory GJSONObject([String? value]) =>
_$GJSONObject((b) => value != null ? (b..value = value) : b);
factory GJSONObject([String? value]) =>
_$GJSONObject((b) => value != null ? (b..value = value) : b);