Field.bigInt constructor

Field.bigInt({
  1. required String name,
  2. required String alias,
})

Creates a new FieldType.int64 field object with the following parameters.

Use this method to create a field. The field will be editable and nullable.

Parameters:

  • name — Name of the field.
  • alias — Alias of the field.