CreateAccountAuthorization.fromJson constructor
Implementation
factory CreateAccountAuthorization.fromJson(Map<String, dynamic> json) {
return CreateAccountAuthorization(
hezEthereumAddress: json['hezEthereumAddress'],
bjj: json['bjj'],
signature: json['signature'],
timestamp: json['timestamp']);
}