ServerBinding.fromJson constructor

ServerBinding.fromJson(
  1. Map json_
)

Implementation

ServerBinding.fromJson(core.Map json_)
  : this(type: json_['type'] as core.String?);