QueryAddressUnbondingsResponse constructor

const QueryAddressUnbondingsResponse({
  1. List<AddressUnbonding> addressUnbondings = const [],
})

Implementation

const QueryAddressUnbondingsResponse({this.addressUnbondings = const []});