FlowDistinguisherMethod.fromJson constructor

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

Creates a FlowDistinguisherMethod from JSON data.

Implementation

FlowDistinguisherMethod.fromJson(Map<String, dynamic> json)
    : this(
        type: json['type'],
      );