SomeModel constructor

SomeModel({
  1. bool? result,
})

Implementation

SomeModel({this.result});