fromJson static method
Creates a new instance from a JSON value.
Implementation
static CaptureCount fromJson(String value) =>
CaptureCount.values.firstWhere((e) => e.name == value);
Creates a new instance from a JSON value.
static CaptureCount fromJson(String value) =>
CaptureCount.values.firstWhere((e) => e.name == value);