GJSON constructor

GJSON([
  1. String? value
])

Implementation

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