ResultSessionPropose.fromJson constructor

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

Implementation

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