SubscribeOptions.fromJson constructor

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

Implementation

factory SubscribeOptions.fromJson(Map<String, dynamic> json) =>
    _$SubscribeOptionsFromJson(json);