Instances$1.fromJson constructor

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

Implementation

Instances$1.fromJson(Map<String, Object?> json)
    : instanceId =
          ((v) => v != null ? v as String : null)(json['instance_id']);