GJSONObject constructor

GJSONObject([
  1. String? value
])

Implementation

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