ExistingLustreConfig.fromJson constructor

ExistingLustreConfig.fromJson(
  1. Map json_
)

Implementation

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