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