toJson method

Map<String, dynamic> toJson()

Creates a json map from a Sampler

Implementation

Map<String, dynamic> toJson() => _$SamplerToJson(this);