Fleet.fromJson constructor

Fleet.fromJson(
  1. Map json_
)

Implementation

Fleet.fromJson(core.Map json_)
    : this(
        membership: json_['membership'] as core.String?,
      );