ttb property

int? ttb
inherited

Implementation

int? get ttb => metadata.ttb;
void ttb=(int? i)
inherited

Implementation

set ttb(int? i) => metadata.ttb = i;