toJson method

Map<String, dynamic> toJson()

Converts the access list entry to a JSON map.

Implementation

Map<String, dynamic> toJson() {
  return {'address': address.address, 'storageKeys': storageKeys};
}