ApplicationVersionInfo.fromJson constructor

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

Implementation

ApplicationVersionInfo.fromJson(Map<String, dynamic> json)
    : this.name = fromJson_name(json),
      this.version = fromJson_version(json);