CaptureProperty.fromJson constructor

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

Implementation

CaptureProperty.fromJson(Map<String, dynamic> json)
    : id = json['id'],
      type = json['type'],
      value = json['value'];