CaptureProperty.fromJson constructor

CaptureProperty.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CaptureProperty.fromJson(Map<String, Object?> json) =>
    _$CapturePropertyFromJson(json);