Skip to content
Efra Espada edited this page Jan 30, 2024 · 2 revisions

Object

Working with instances never was easiest.

SimpleSample? sample = {
  'id': 'id',
  'numberContent': 1,
  'integerContent': 2,
  'doubleContent': 3.0,
  'stringContent': 'string',
  'booleanContent': true,
}.asNullableInstance();

Clone this wiki locally