FutureReservationStatusExistingMatchingUsageInfo.fromJson constructor

FutureReservationStatusExistingMatchingUsageInfo.fromJson(
  1. Map json_
)

Implementation

FutureReservationStatusExistingMatchingUsageInfo.fromJson(core.Map json_)
  : this(
      count: json_['count'] as core.String?,
      timestamp: json_['timestamp'] as core.String?,
    );