fromJson static method

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

Implementation

static UnbondingInfoData fromJson(Map<String, dynamic> json) =>
    _$UnbondingInfoDataFromJson(json);