TelegramJsonMainSchema.fromJson constructor

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

Implementation

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