GISODate constructor

GISODate([
  1. String? value
])

Implementation

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