LustreReference.fromJson constructor

LustreReference.fromJson(
  1. Map json_
)

Implementation

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