menu
oph_core package
documentation
models/oph.dart
FrmRow
FrmRow.new constructor
FrmRow.new constructor
dark_mode
light_mode
FrmRow
constructor
FrmRow
(
{
required
int
no
,
String
?
title
,
required
List
<
FrmField
>
fields
,
})
Implementation
FrmRow({required this.no, this.title, required this.fields});
oph_core package
documentation
models/oph
FrmRow
FrmRow.new constructor
FrmRow class