CoinDeveloperDataCodeChanges.fromJson constructor

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

Implementation

CoinDeveloperDataCodeChanges.fromJson(Map<String, dynamic> json)
    : this.additions = Convert.toIntN(json['additions']),
      this.deletions = Convert.toIntN(json['deletions']);